'Declaration
<AsyncStateMachineAttribute(C1.CollectionView.ICollectionViewEx/d__30`1)> <ExtensionAttribute()> Public Overloads Shared Function GroupAsync(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal groupPath As Expression(Of Func(Of T,Object)) _ ) As Task
'Usage
Dim collectionView As ICollectionView(Of T) Dim groupPath As Expression(Of Func(Of T,Object)) Dim value As Task value = ICollectionViewEx.GroupAsync(Of T)(collectionView, groupPath)
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx/d__30`1)] [Extension()] public static Task GroupAsync<T>( ICollectionView<T> collectionView, Expression<Func<T,object>> groupPath ) where T: class
Parameters
- collectionView
- The collection view.
- groupPath
- The group path.
Type Parameters
- T